home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / editron.zip / EDITRON.Z / PASCAL.TML < prev    next >
INI File  |  1994-08-22  |  1KB  |  84 lines

  1. [templates]
  2. prog&ram=program & ();
  3. label=label &;
  4. const=const\n\t&
  5. type=type\n\t&
  6. var=var\n\t&
  7. proc&edure=procedure &
  8. func&tion=function &
  9. pack&ed=packed array [&] of
  10. arr&ay=array [&] of
  11. beg&in=\nbegin\n\t&\nend;
  12. go&to=goto &
  13. if=if & then
  14. case&=case & of
  15. rep&eat=repeat\n\t&\nuntil  
  16. while=while & do
  17. for=for & :=  to  do;
  18. with=with & do
  19. rec&ord=record &\nend
  20. set=set of &
  21. file=file of &
  22. label=label &
  23. Rewr&ite=Rewrite(&)
  24. Put=Put(&)
  25. Reset=Reset(&)
  26. Get=Get(&)
  27. Read=Read(&,)
  28. Readln=Readln(&,)
  29. Write=Write(&,)
  30. Writeln=Writeln(&,)
  31. New=New(&)
  32. Disp&ose=Dispose(&)
  33. Page=Page(&)
  34. Outp&ut=Output&
  35. Inp&ut=Input&
  36. Real= Real;&
  37. Int&eger= Integer;&
  38. Bool&ean= Boolean;&
  39. Char= Char;&
  40. abs=abs(&)
  41. sqr=sqr(&)
  42. sin=sin(&)
  43. cos=cos(&)
  44. exp=exp(&)
  45. ln=ln(&)
  46. sqrt=sqrt(&)
  47. arctan=arctan(&)
  48. odd=odd(&)
  49. eof=eof(&)
  50. eoln=eoln(&)
  51. trunc=trunc(&)
  52. round=round(&)
  53. ord=ord(&)
  54. chr=chr(&)
  55. succ=succ(&)
  56. pred=pred(&)
  57.  
  58.  
  59. [operational_pairs]
  60.  begin  \tend
  61.  case   \tend
  62.  record \tend
  63.  asm    \tend
  64.  end    \bbegin|\bcase|\brecord|\basm
  65.  end;   \bbegin|\bcase|\brecord|\basm
  66.  
  67. [matching_pairs]
  68.  begin   \tend
  69.  case    \tend
  70.  record  \tend
  71.  asm     \tend
  72.  end;     \bbegin|\bcase|\brecord|\basm
  73.  end     \bbegin|\bcase|\brecord|\basm
  74.  (*      \t*)
  75.  *)      \b(*
  76.  {       \t}
  77.  }       \b{
  78.  (       \t)
  79.  )       \b(
  80.  [       \t]
  81.  ]       \b[
  82.  
  83.  
  84.